home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 441 / aessrc12 / aesgraf4.s < prev    next >
Text File  |  1990-11-23  |  872b  |  29 lines

  1.  
  2. ;*========================================================================
  3. ;*
  4. ;* AESFAST Public Domain GEM bindings.
  5. ;*
  6. ;*========================================================================
  7.  
  8.           .include  "aesfast.sh"
  9.           
  10. ;*************************************************************************
  11. ;*
  12. ;* Graphics Library routines 4 of 5.
  13. ;*
  14. ;*************************************************************************
  15.  
  16. ;-------------------------------------------------------------------------
  17. ; graf_slidebox
  18. ;-------------------------------------------------------------------------
  19.  
  20. _graf_slidebox::
  21.           .cargs    #4,.ptree.l,.intin
  22.           AControl  76,3,1,1
  23.           lea       .intin(sp),a1       ; -> intin
  24.           lea       .ptree(sp),a0       ; -> addrin
  25.           ACall     RET2USER
  26.  
  27. ;         end of code
  28.  
  29.